projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10ce5ba
)
(time-stamp): Use insert-and-inherit for new stamp.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Aug 1997 03:44:40 +0000
(
03:44
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 5 Aug 1997 03:44:40 +0000
(
03:44
+0000)
lisp/time-stamp.el
patch
|
blob
|
history
diff --git
a/lisp/time-stamp.el
b/lisp/time-stamp.el
index d4f1e1f3d12ef47df35f6b79a9cbe427f0f77330..a6aeb2a4d5532c026ac6071fedcd49c0be81955a 100644
(file)
--- a/
lisp/time-stamp.el
+++ b/
lisp/time-stamp.el
@@
-222,7
+222,7
@@
and `time-stamp-end' control finding the template."
(widen)
(delete-region start end)
(goto-char start)
- (insert new-time-stamp)
+ (insert
-and-inherit
new-time-stamp)
(setq end (point))
;; remove any tabs used to format time stamp
(goto-char start)